stylecontext: Deprecate functions
authorBenjamin Otte <otte@redhat.com>
Fri, 3 Oct 2014 03:52:49 +0000 (05:52 +0200)
committerBenjamin Otte <otte@redhat.com>
Fri, 3 Oct 2014 04:18:06 +0000 (06:18 +0200)
commit91467a45fc57d429b6d3eb91b6f8c2f3fa6c9654
tree7637079c55d521809b8e3d7b505c77be14492bdb
parent39453478abc5aafe3801471d8efe5b800fa7f5cf
stylecontext: Deprecate functions

- gtk_style_context_get_background_color()
- gtk_style_context_get_border_color()

Those functions shouldn't be used anymore, because they don't represent
anything from the CSS styling we support. The background color often
isn't used due to background images and there are actually 4 different
border colors (1 for each side) - if there isn't also a border image in
use.
gtk/gtkcolorswatch.c
gtk/gtkentry.c
gtk/gtkflowbox.c
gtk/gtkpopover.c
gtk/gtkstylecontext.c
gtk/gtkstylecontext.h
gtk/gtktextdisplay.c
gtk/gtktextutil.c
gtk/gtktextview.c